func runtime.preMallocgcDebug

2 uses

	runtime (current package)
		malloc.go#L1029: 		if x := preMallocgcDebug(size, typ); x != nil {
		malloc.go#L1614: func preMallocgcDebug(size uintptr, typ *_type) unsafe.Pointer {